JavaScript

A5.PanelNavigatorgetState Method

Syntax

A5.PanelNavigator.getState()

Returns

stateobject

The complete display state of the panel navigator.

Description

Get the current display state of the navigator and all its children. Can be used in conjunction with A5.PanelNavigator.setState to restore panels to a previously cached state.

Example

// assume pObj is a pointer to a panel class
var state = pObj.getState();